home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_547 / PlaceObject2_200_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-10-17  |  197 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(getTimer() >= mwait && !loaded && !u)
  3.    {
  4.       _root.msg.text = "No data file found";
  5.       failed.start();
  6.       u = true;
  7.       this.nextFrame();
  8.    }
  9. }
  10.